home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TTLSTRUSTFORM / TTLSTRUSTFORM.txt
Text File  |  2004-10-12  |  2KB  |  91 lines

  1. object TlsTrustForm: TTlsTrustForm
  2.   Left = 208
  3.   Top = 109
  4.   ActiveControl = bCancel
  5.   BorderStyle = bsDialog
  6.   Caption = 'Unknown CA Certificate'
  7.   ClientHeight = 237
  8.   ClientWidth = 512
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object lCaption: TLabel
  21.     Left = 8
  22.     Top = 16
  23.     Width = 345
  24.     Height = 121
  25.     AutoSize = False
  26.     WordWrap = True
  27.   end
  28.   object lQuery: TLabel
  29.     Left = 8
  30.     Top = 168
  31.     Width = 401
  32.     Height = 20
  33.     AutoSize = False
  34.     Caption = 'Continue anyway?'
  35.     WordWrap = True
  36.   end
  37.   object Bevel: TBevel
  38.     Left = 8
  39.     Top = 152
  40.     Width = 497
  41.     Height = 9
  42.     Shape = bsTopLine
  43.   end
  44.   object bViewCert: TButton
  45.     Left = 360
  46.     Top = 16
  47.     Width = 145
  48.     Height = 25
  49.     Caption = 'View Certificate'
  50.     TabOrder = 0
  51.     OnClick = bViewCertClick
  52.   end
  53.   object bAddToTrusted: TButton
  54.     Left = 360
  55.     Top = 112
  56.     Width = 145
  57.     Height = 25
  58.     Caption = 'Add to Trusted'
  59.     ModalResult = 6
  60.     TabOrder = 1
  61.     OnClick = bAddToTrustedClick
  62.   end
  63.   object bOK: TButton
  64.     Left = 176
  65.     Top = 200
  66.     Width = 81
  67.     Height = 25
  68.     Caption = 'OK'
  69.     ModalResult = 1
  70.     TabOrder = 2
  71.   end
  72.   object bCancel: TButton
  73.     Left = 272
  74.     Top = 200
  75.     Width = 81
  76.     Height = 25
  77.     Cancel = True
  78.     Caption = 'Cancel'
  79.     Default = True
  80.     ModalResult = 2
  81.     TabOrder = 3
  82.   end
  83.   object Timer: TTimer
  84.     Enabled = False
  85.     Interval = 0
  86.     OnTimer = TimerTimer
  87.     Left = 272
  88.     Top = 208
  89.   end
  90. end
  91.